home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / somm.dxr / NewSommaire_50_Timon & Pumba VG.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  219 b   |  12 lines

  1. on mouseUp
  2.   if PC() then
  3.     puppetSound(3, "arriere-" & random(6))
  4.     repeat while soundBusy(3)
  5.       nothing()
  6.     end repeat
  7.     puppetTransition("transSom")
  8.     go("BlackPick")
  9.     go(1, "T&PGB.DIR")
  10.   end if
  11. end
  12.